home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Doom 1
/
Mega Doom 1.iso
/
utils
/
defram10
/
supistol.bat
< prev
next >
Wrap
DOS Batch File
|
1994-06-29
|
263b
|
8 lines
@ECHO OFF
ECHO Saving original frame table to original.frb...
IF NOT EXIST ORIGINAL.FRB deframed -rb original
ECHO Writing Super Pistol frame table to DOOM.EXE...
deframed -pt supistol
ECHO To restore the original frame table type: deframed -pb original